home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 37
/
Aminet 37 (2000)(Schatztruhe)[!][Jun 2000].iso
/
Aminet
/
util
/
sys
/
68040lib.lha
/
68040Lib
/
Include
/
pragmas
/
680x0_pragmas.h
< prev
next >
Wrap
C/C++ Source or Header
|
1999-10-31
|
724b
|
22 lines
#ifndef _INCLUDE_PRAGMA_680X0_LIB_H
#define _INCLUDE_PRAGMA_680X0_LIB_H
#ifndef CLIB_680X0_PROTOS_H
#include <clib/680x0_protos.h>
#endif
#if defined(AZTEC_C) || defined(__MAXON__) || defined(__STORM__)
#pragma amicall(MC680x0Base,0x01E,CPUType())
#pragma amicall(MC680x0Base,0x024,FPUType())
#pragma amicall(MC680x0Base,0x02A,MMUType())
#pragma amicall(MC680x0Base,0x030,SetFPUExceptions(d0,d1))
#endif
#if defined(_DCC) || defined(__SASC)
#pragma libcall MC680x0Base CPUType 01E 00
#pragma libcall MC680x0Base FPUType 024 00
#pragma libcall MC680x0Base MMUType 02A 00
#pragma libcall MC680x0Base SetFPUExceptions 030 1002
#endif
#endif /* _INCLUDE_PRAGMA_680X0_LIB_H */